home *** CD-ROM | disk | FTP | other *** search
/ ftp.mactech.com 2010 / ftp.mactech.com.tar / ftp.mactech.com / machack / Hacks96 / AhhhhhhHack.sit / Ahhhhhh Hack / Ahhhhhh.h < prev    next >
Text File  |  1996-06-22  |  684b  |  41 lines

  1. /*
  2. #ifndef __TYPES__
  3.     #include <Types.h>
  4. #endif
  5.  
  6. #ifndef __MEMORY__
  7.     #include <Memory.h>
  8. #endif
  9.  
  10. #ifndef __GESTALTEQU__
  11.     #include <gestaltequ.h>
  12. #endif
  13.  
  14. #ifndef __RESOURCES__
  15.     #include <Resources.h>
  16. #endif
  17.  
  18. #ifndef __ERRORS__
  19.     #include <Errors.h>
  20. #endif
  21.  
  22. #ifdef __MWERKS__
  23.     #ifndef powerc
  24.         #include <A4Stuff.h>
  25.     #endif
  26. #endif
  27.  
  28. ReleaseResource(theResource_Handle);
  29.  
  30. ReleaseResource(theResource_Handle);
  31.  
  32. Boolean Ahhhhhh ( void );
  33. pascal void ReleaseResource (Handle theResource);
  34.  
  35. typedef pascal void ( *ReleaseResourceType ) ( Handle );
  36. extern    UniversalProcPtr    oldReleaseResource;
  37. */
  38.  
  39. const ResType kSoundType = 'snd ';
  40. const short kSoundID = 20000;
  41. const short kLoadSoundID = 10000;